Click or drag to resize

ServiceRemoveDelegate Method (Mailbox, UserId)

Removes delegate on a specific mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DelegateUserResponse RemoveDelegate(
	Mailbox mailbox,
	UserId userId
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox to remove delegates from.
userId
Type: Independentsoft.ExchangeUserId
The ID of the delegate users to remove.

Return Value

Type: DelegateUserResponse
A collection of objects that provides the results of the operation.
See Also